/*p{
	margin: 0;
        color:#333;
}*/
.refer{
	width: 100%;
	height: auto;
	background: #fcfcfc;
        padding: 0 0 100px 0;
}
.refer_box{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 60px;
}
.refer_nav{
	width: 1000px;
	height: 32px;
	margin-bottom: 30px ; 
}
.refer_nav > ul{
	margin-left :150px;
}
.refer_nav > ul > li{
	display: block;
	width: 100px;
	height: 30px;
	float:left;
	margin-right:50px; 
	text-align: center;
	line-height: 20px;
	border: 1px solid #000;
	border-radius: 5px;
}
.refer_nav > ul > li:last-child{
	margin-right:0px; 
}
.refer_nav > ul > li> p{
	color: #000;
	font-size: 17px;
	line-height: 30px;
}
.on{
	background: #000;
}
.on >p{
	color: #fff!important;
}
.refer_content{
	width: 1000px;
	height: auto;
	background: #fcfcfc;
}
.issue_box{
	width: 100%;
	height: auto;
}
.issue_one{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden; 
}
.label{
	display: block;
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 40px;
    line-height: 30px;
    color: #000;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
}
.issue_one > textarea{
	width: 80%;
	max-width: 806px;
	height: 200px;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
}
.issue_one > input,select{
	width: 250px;
	height: 30px;
	border-radius: 5px;
	border:1px solid #a9a9a9;
	padding-left: 10px;
	font-size: 14px;
}
.issue_one >select{
	width: 262px!important;
	height:35px!important;
}
.buttom_mes{
	float: right;
}
.issue_one > button{
	display: block;
	width: 100px;
	height: 30px;
	font-size: 15px;
	margin: 40px auto;
	border-radius: 5px;
	background: #a9a9a9;
	color: #fff;
}
.list:after { content: ""; display: block; clear: both; height: 0; line-height: 0; font-size: 0;}
.list li { position: relative; float: left; width: 60px; height: 60px; margin-right: 10px; border: 1px solid #ccc;}
.list li:before { content: ""; position: absolute; top: 50%; left: 50%; width: 30px; height: 1px; margin-top: -1px; margin-left: -15px; background-color: #ccc;}
.list li:after { content: ""; position: absolute; top: 50%; left: 50%; width: 1px; height: 30px; margin-top: -15px; margin-left: -1px; background-color: #ccc;}
.list li img { position: relative; z-index: 2; display: block; width: 100%; height: 100%;}
.list input[type="file"] { position: absolute; left: 0; top: 0; z-index: 3; display: block; width: 100%; height: 100%; cursor: pointer; opacity: 0;}


@media screen and (max-width: 900px)
{	
/*	.header_box{
		width: 100%;
		height: auto;
	}*/
/*	.header_logo{
		height: 60px;
		margin: 0;
	}*/
/*	.header_nav{
		display: none;
	}*/
/*	.footer{
		display: none;
	}*/
	.refer{
		position: absolute;
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #eee;
		padding-bottom: 20px; 
	}

	.refer_box{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 20px;
	}
	.refer_nav{
		width: 100%;
		height: 32px;
		margin-bottom: 10px ; 
	}
	.refer_nav > ul{
		margin-left :15px;
	}
	.refer_nav > ul > li{
		display: block;
		width: 80px;
		height: 30px;
		float:left;
		margin-right:50px; 
		text-align: center;
		line-height: 20px;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.refer_nav > ul > li> p{
		color: #000;
		font-size: 17px;
		line-height: 30px;
	}
	.on{
		background: #000;
	}
	.on >p{
		color: #fff!important;
	}
	.refer_content{
		width: 95%;
		height: auto;
		margin: 0 auto;
		background: #eee;
	}
	.issue_box{
		width: 100%;
		height: auto;
	}
	.issue_one{
		width: 100%;
		height: auto;
		margin-top: 15px;
		overflow: hidden; 
	}
	.label{
		display: block;
    	width: 100%;
    	/*float: left;*/
    	text-align: left;
    	line-height: 30px;
    	color: #000;
    	padding: 0;
    	font-weight: bold;
    	font-size: 15px;
    	margin-bottom: 5px;
	}
	.issue_one > textarea{
		width: 95%;
		max-width: 95%;
		height: 100px;
		border-radius: 5px;
		padding: 10px;
		font-size: 12px;
		box-sizing: border-box;
	}
	.issue_one > input,select{
		width: 95%;
		height: 30px;
		border-radius: 5px;
		border:1px solid #a9a9a9;
		padding-left: 10px;
		font-size: 14px;
		box-sizing: border-box;
	}
        .buttom_mes{
            float: left;
        }
	.img_box{
		width: 50px;
		height: 50px;
		float: left;
		border: 1px solid #666;
	}
	.issue_one >select{
		width: 95%!important;
		height:35px!important;
		margin-bottom: 10px;
	}
	.issue_one > button{
		display: block;
		width: 100px;
		height: 30px;
		font-size: 15px;
		margin: 40px auto;
		border-radius: 5px;
		background: #a9a9a9;
		color: #fff;
	}
}